home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08SMP.ZIP / usr / samples / Textview.prj / Textview.rc < prev   
Encoding:
Text File  |  1996-02-13  |  209 b   |  15 lines

  1. #define INCL_PM
  2. #define INCL_NLS
  3.  
  4. #include <os2.h>
  5.  
  6. MENU 1000
  7. {
  8.   SUBMENU       "~File",        2000
  9.   {
  10.     MENUITEM    "Open...",        2001
  11.     MENUITEM                SEPARATOR
  12.     MENUITEM    "Exit",            2002
  13.   }
  14. }
  15.